home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Apple Guide / Engineering / Context Check Modules / Standard CC Modules / Process Context / Process.h < prev    next >
Encoding:
Text File  |  1993-11-29  |  371 b   |  20 lines  |  [TEXT/MPS ]

  1. //    Copyright:    © 1993 Apple Computer, Inc. All rights reserved.
  2. //    Author:        John R. Powers, III (original)
  3. //                Victor J. Hnyp (extensions)
  4. //    Date:        15-Nov-92
  5.  
  6. #ifndef __PROCESS__
  7. #define __PROCESS__
  8.  
  9. #ifndef __UTILITY__
  10. #include "Utility.h"
  11. #endif
  12.  
  13. typedef struct
  14. {
  15.     long        selector;        // Function Selector
  16.     OSType        signature;
  17. } ProcessTestType, *ProcessTestPtr;
  18.  
  19.  
  20. #endif